github.com/klauspost/compress/zstd.seqVals.ml (field)

14 uses

	github.com/klauspost/compress/zstd (current package)
		seqdec.go#L24: 	ll, ml, mo int
		seqdec.go#L155: 			end := dictO + seq.ml
		seqdec.go#L160: 				seq.ml -= n
		seqdec.go#L172: 			if seq.ml > v {
		seqdec.go#L177: 				seq.ml -= v
		seqdec.go#L179: 				copy(out[t:], hist[start:start+seq.ml])
		seqdec.go#L180: 				t += seq.ml
		seqdec.go#L185: 		if seq.ml > 0 {
		seqdec.go#L187: 			if seq.ml <= t-start {
		seqdec.go#L189: 				copy(out[t:], out[start:start+seq.ml])
		seqdec.go#L190: 				t += seq.ml
		seqdec.go#L195: 				src := out[start : start+seq.ml]
		seqdec_amd64.go#L274: 			ml := ctx.seqs[i].ml
		seqdec_amd64.go#L278: 			ml := ctx.seqs[i].ml